summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2013-09-18Bluetooth: Fix responding to invalid L2CAP signaling commandsJohan Hedberg
2013-09-18Bluetooth: Fix sending responses to identified L2CAP response packetsJohan Hedberg
2013-09-18Bluetooth: Fix L2CAP command reject reasonJohan Hedberg
2013-09-18Bluetooth: Fix L2CAP Disconnect response for unknown CIDJohan Hedberg
2013-09-18Bluetooth: Fix L2CAP error return used for failed channel lookupsJohan Hedberg
2013-09-18Bluetooth: Fix double error response for l2cap_create_chan_reqJohan Hedberg
2013-09-16Bluetooth: Only schedule raw queue when user channel is activeMarcel Holtmann
2013-09-16Bluetooth: Use GFP_KERNEL when cloning SKB in a workqueueMarcel Holtmann
2013-09-16Bluetooth: Disable upper layer connections when user channel is activeMarcel Holtmann
2013-09-16Bluetooth: Introduce new HCI socket channel for user operationMarcel Holtmann
2013-09-16Bluetooth: Introduce user channel flag for HCI devicesMarcel Holtmann
2013-09-16Bluetooth: Restrict ioctls to HCI raw channel socketsMarcel Holtmann
2013-09-16Bluetooth: Fix error handling for HCI socket optionsMarcel Holtmann
2013-09-16Bluetooth: Report error for HCI reset ioctl when device is downMarcel Holtmann
2013-09-16Bluetooth: Fix handling of getsockname() for HCI socketsMarcel Holtmann
2013-09-16Bluetooth: Fix handling of getpeername() for HCI socketsMarcel Holtmann
2013-09-16Bluetooth: Refactor raw socket filter into more readable codeMarcel Holtmann
2013-09-04net: ipv6: mld: introduce mld_{gq, ifc, dad}_stop_timer functionsDaniel Borkmann
2013-09-04net: ipv6: mld: refactor query processing into v1/v2 functionsDaniel Borkmann
2013-09-04net: ipv6: mld: similarly to MLDv2 have min max_delay of 1Daniel Borkmann
2013-09-04net: ipv6: mld: implement RFC3810 MLDv2 mode onlyDaniel Borkmann
2013-09-04net: ipv6: mld: get rid of MLDV2_MRC and simplify calculationDaniel Borkmann
2013-09-04net: ipv6: mld: clean up MLD_V1_SEEN macroDaniel Borkmann
2013-09-04net: ipv6: mld: fix v1/v2 switchback timeout to rfc3810, 9.12.Daniel Borkmann
2013-09-04tcp: better comments for RTO initiallizationYuchung Cheng
2013-09-04net: sctp: Fix data chunk fragmentation for MTU values which are not multiple...Alexander Sverdlin
2013-09-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2013-09-04netfilter: xt_TCPMSS: correct return value in tcpmss_mangle_packetPhil Oester
2013-09-04netfilter: SYNPROXY: let unrelated packets continueJesper Dangaard Brouer
2013-09-04netfilter: synproxy_core: fix warning in __nf_ct_ext_add_length()Patrick McHardy
2013-09-04netfilter: more strict TCP flag matching in SYNPROXYJesper Dangaard Brouer
2013-09-04tcp: Change return value of tcp_rcv_established()Vijay Subramanian
2013-09-04net: tcp_probe: adapt tbuf size for recent changesDaniel Borkmann
2013-09-04x25: add a sanity check parsing X.25 facilitiesDan Carpenter
2013-09-04net: correctly interlink lower/upper devicesVeaceslav Falico
2013-09-04tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel
2013-09-04tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel
2013-09-04vxlan: remove net arg from vxlan[6]_xmit_skb()Nicolas Dichtel
2013-09-04iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel
2013-09-03wireless: scan: Remove comment to compare_ether_addrJoe Perches
2013-09-03batman: Remove reference to compare_ether_addrJoe Perches
2013-09-03llc: Use normal etherdevice.h testsJoe Perches
2013-09-03Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller
2013-09-03Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2013-09-03net: sctp: probe: allow more advanced ingress filtering by markDaniel Borkmann
2013-09-03net: neighbour: Remove CONFIG_ARPDTim Gardner
2013-09-03net: dsa: inherit addr_assign_type along with dev_addrBjørn Mork
2013-09-03net: vlan: inherit addr_assign_type along with dev_addrBjørn Mork
2013-09-02net: make snmp_mib_free static inlineCong Wang