summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-09-19Bluetooth: Fix double error response for l2cap_create_chan_reqJohan Hedberg1-1/+1
2013-09-16Bluetooth: Only schedule raw queue when user channel is activeMarcel Holtmann1-9/+7
2013-09-16Bluetooth: Use GFP_KERNEL when cloning SKB in a workqueueMarcel Holtmann1-1/+1
2013-09-16Bluetooth: Disable upper layer connections when user channel is activeMarcel Holtmann1-0/+1
2013-09-16Bluetooth: Introduce new HCI socket channel for user operationMarcel Holtmann1-5/+81
2013-09-16Bluetooth: Introduce user channel flag for HCI devicesMarcel Holtmann3-9/+54
2013-09-16Bluetooth: Restrict ioctls to HCI raw channel socketsMarcel Holtmann1-6/+17
2013-09-16Bluetooth: Fix error handling for HCI socket optionsMarcel Holtmann1-2/+2
2013-09-16Bluetooth: Report error for HCI reset ioctl when device is downMarcel Holtmann1-1/+3
2013-09-16Bluetooth: Fix handling of getsockname() for HCI socketsMarcel Holtmann1-6/+11
2013-09-16Bluetooth: Fix handling of getpeername() for HCI socketsMarcel Holtmann1-0/+3
2013-09-16Bluetooth: Refactor raw socket filter into more readable codeMarcel Holtmann1-23/+41
2013-09-04net: ipv6: mld: introduce mld_{gq, ifc, dad}_stop_timer functionsDaniel Borkmann1-16/+25
2013-09-04net: ipv6: mld: refactor query processing into v1/v2 functionsDaniel Borkmann1-33/+56
2013-09-04net: ipv6: mld: similarly to MLDv2 have min max_delay of 1Daniel Borkmann1-7/+7
2013-09-04net: ipv6: mld: implement RFC3810 MLDv2 mode onlyDaniel Borkmann1-4/+30
2013-09-04net: ipv6: mld: get rid of MLDV2_MRC and simplify calculationDaniel Borkmann2-17/+4
2013-09-04net: ipv6: mld: clean up MLD_V1_SEEN macroDaniel Borkmann1-13/+21
2013-09-04net: ipv6: mld: fix v1/v2 switchback timeout to rfc3810, 9.12.Daniel Borkmann1-6/+110
2013-09-04tcp: better comments for RTO initiallizationYuchung Cheng1-6/+20
2013-09-04net: sctp: Fix data chunk fragmentation for MTU values which are not multiple...Alexander Sverdlin1-2/+2
2013-09-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller4-9/+17
2013-09-04netfilter: xt_TCPMSS: correct return value in tcpmss_mangle_packetPhil Oester1-1/+1
2013-09-04netfilter: SYNPROXY: let unrelated packets continueJesper Dangaard Brouer2-4/+12
2013-09-04netfilter: synproxy_core: fix warning in __nf_ct_ext_add_length()Patrick McHardy1-2/+2
2013-09-04netfilter: more strict TCP flag matching in SYNPROXYJesper Dangaard Brouer2-4/+4
2013-09-04tcp: Change return value of tcp_rcv_established()Vijay Subramanian4-16/+10
2013-09-04net: tcp_probe: adapt tbuf size for recent changesDaniel Borkmann1-1/+1
2013-09-04x25: add a sanity check parsing X.25 facilitiesDan Carpenter1-0/+4
2013-09-04net: correctly interlink lower/upper devicesVeaceslav Falico1-2/+2
2013-09-04tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel6-21/+6
2013-09-04tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel6-18/+10
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel5-14/+19
2013-09-04vxlan: remove net arg from vxlan[6]_xmit_skb()Nicolas Dichtel1-1/+1
2013-09-04iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel4-7/+5
2013-09-04wireless: scan: Remove comment to compare_ether_addrJoe Perches1-4/+0
2013-09-04batman: Remove reference to compare_ether_addrJoe Perches1-1/+1
2013-09-04llc: Use normal etherdevice.h testsJoe Perches3-8/+8
2013-09-04Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller1-4/+31
2013-09-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller30-583/+1046
2013-09-04net: sctp: probe: allow more advanced ingress filtering by markDaniel Borkmann1-5/+13
2013-09-04net: neighbour: Remove CONFIG_ARPDTim Gardner4-22/+0
2013-09-04net: dsa: inherit addr_assign_type along with dev_addrBjørn Mork1-1/+1
2013-09-04net: vlan: inherit addr_assign_type along with dev_addrBjørn Mork1-1/+1
2013-09-03net: make snmp_mib_free static inlineCong Wang1-12/+0
2013-09-01net: unify skb_udp_tunnel_segment() and skb_udp6_tunnel_segment()Cong Wang2-56/+13
2013-09-01ipv6: Add generic UDP Tunnel segmentationCong Wang2-52/+111
2013-09-01vxlan: add ipv6 proxy supportCong Wang2-4/+6
2013-09-01ipv6: move in6_dev_finish_destroy() into core kernelCong Wang2-30/+31
2013-09-01vxlan: add ipv6 route short circuit supportCong Wang1-0/+1