summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: rename low latency sockets functions to busy pollEliezer Tamir2013-07-083-10/+11
* bridge: fix some kernel warning in multicast timerCong Wang2013-07-062-2/+2
* sit: fix tunnel update via netlinkNicolas Dichtel2013-07-041-2/+2
* ipv6: rt6_check_neigh should successfully verify neigh if no NUD information ...Hannes Frederic Sowa2013-07-031-0/+2
* net: ipv6: fix wrong ping_v6_sendmsg return valueLorenzo Colitti2013-07-031-1/+4
* net: ipv6: add missing lock in ping_v6_sendmsgLorenzo Colitti2013-07-031-0/+2
* netem: fix possible NULL deref in netem_dequeue()Eric Dumazet2013-07-031-3/+5
* core: Copy inner_protocol in copy_skb_header()Joe Stringer2013-07-031-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-0315-58/+88
|\
| * af_key: fix info leaks in notify messagesMathias Krause2013-06-261-0/+2
| * ipv6: ip6_sk_dst_check() must not assume ipv6 dstEric Dumazet2013-06-261-1/+7
| * net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan2013-06-263-30/+40
| * ipv6: check return value of ipv6_get_lladdrHannes Frederic Sowa2013-06-251-5/+4
| * gre: fix a possible skb leakEric Dumazet2013-06-252-9/+13
| * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-06-251-1/+1
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-251-1/+1
| | |\
| * | | ipv6: Process unicast packet with Router Alert by checking flag in skb.YOSHIFUJI Hideaki / 吉藤英明2013-06-251-3/+2
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-06-246-8/+15
| |\ \ \ | | |/ / | |/| |
| | * | netfilter: ipt_ULOG: fix incorrect setting of ulog timerGao feng2013-06-241-4/+8
| | * | netfilter: ctnetlink: send event when conntrack label was modifiedFlorian Westphal2013-06-242-1/+2
| | * | netfilter: nf_nat_sip: fix manglingBalazs Peter Odor2013-06-241-1/+2
| | * | netfilter: nf_conntrack_ipv6: Plug sk_buff leak in fragment handlingPhil Oester2013-06-201-1/+1
| | * | ipvs: SCTP ports should be writable in ICMP packetsJulian Anastasov2013-06-191-1/+2
| * | | ipv6: don't call addrconf_dst_alloc again when enable loGao feng2013-06-191-0/+3
| * | | ipv4: Fixed MD5 key lookups when adding/ removing MD5 to/ from TCP sockets.Aydin Arik2013-06-191-2/+2
* | | | net: gre: move GSO functions to gre_offloadDaniel Borkmann2013-07-033-103/+131
* | | | ip_tunnels: Use skb-len to PMTU check.Pravin B Shelar2013-07-021-44/+55
* | | | l2tp: make datapath resilient to packet loss when sequence numbers enabledJames Chapman2013-07-022-5/+34
* | | | l2tp: make datapath sequence number support RFC-compliantJames Chapman2013-07-022-5/+33
* | | | l2tp: do data sequence number handling in a separate funcJames Chapman2013-07-021-20/+34
* | | | sctp: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud2013-07-021-1/+1
* | | | core/dev: set pkt_type after eth_type_trans() in dev_forward_skb()Isaku Yamahata2013-07-021-0/+6
* | | | ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_sizeHannes Frederic Sowa2013-07-021-6/+10
* | | | ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa2013-07-022-2/+8
* | | | ipip: fix a regression in ioctlCong Wang2013-07-021-5/+7
* | | | l2tp: add missing .owner to struct pppox_protoWei Yongjun2013-07-021-1/+2
* | | | ethtool: make .get_dump_data() harder to misuse by driversMichal Schmidt2013-07-021-1/+20
* | | | net: sctp: get rid of SCTP_DBG_TSNS entirelyDaniel Borkmann2013-07-022-114/+0
* | | | ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang2013-07-012-10/+12
* | | | vti: remove duplicated code to fix a memory leakCong Wang2013-07-011-7/+0
* | | | gre: fix a regression in ioctlCong Wang2013-07-011-4/+5
* | | | net: sctp: rework debugging framework to use pr_debug and friendsDaniel Borkmann2013-07-0116-409/+383
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/shemmi...David S. Miller2013-07-012-8/+5
|\ \ \ \
| * \ \ \ Merge ../vxlan-xStephen Hemminger2013-06-252-8/+5
| |\ \ \ \
| | * | | | bridge: check for zero ether address in fdb addStephen Hemminger2013-06-251-0/+5
| | * | | | rtnetlink: allow using zero MAC address in rtnl_fdb_{add,del}Mike Rapoport2013-06-251-8/+0
* | | | | | x25: Fix broken locking in ioctl error paths.Dave Jones2013-07-011-7/+8
* | | | | | netem: use rb tree to implement the time queueEric Dumazet2013-07-011-24/+85
* | | | | | neighbour: fix a race in neigh_destroy()Eric Dumazet2013-07-011-5/+7
* | | | | | ipv6: fix ecmp lookup when oif is specifiedNicolas Dichtel2013-07-011-4/+8
OpenPOWER on IntegriCloud