summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-11-15genetlink: make all genl_ops users constJohannes Berg14-18/+18
2013-11-15genetlink: allow making ops constJohannes Berg2-19/+25
2013-11-15genetlink: register family ops as arrayJohannes Berg1-45/+33
2013-11-15genetlink: remove genl_register_ops/genl_unregister_opsJohannes Berg1-56/+1
2013-11-15wimax: use genl_register_family_with_ops()Johannes Berg6-119/+47
2013-11-15ieee802154: use genl_register_family_with_ops()Johannes Berg4-94/+51
2013-11-15hsr: use genl_register_family_with_ops()Johannes Berg1-29/+17
2013-11-15ip6tnl: fix use after free of fb_tnl_devNicolas Dichtel1-5/+13
2013-11-15sit/gre6: don't try to add the same route two timesNicolas Dichtel1-3/+0
2013-11-15sit: link local routes are missingNicolas Dichtel1-19/+5
2013-11-15sit: fix prefix length of ll and v4mapped addressesNicolas Dichtel1-7/+4
2013-11-15sit: fix use after free of fb_tunnel_devWillem de Bruijn1-4/+14
2013-11-15net: sctp: bug-fixing: retran_path not set properly after transports recoveri...Chang Xiangzhong1-2/+4
2013-11-15net-tcp: fix panic in tcp_fastopen_cache_set()Eric Dumazet1-1/+4
2013-11-15tcp: tsq: restore minimal amount of queueingEric Dumazet2-7/+5
2013-11-15bridge: Fix memory leak when deleting bridge with vlan filtering enabledToshiaki Makita1-0/+1
2013-11-15bridge: Call vlan_vid_del for all vids at nbp_vlan_flushToshiaki Makita1-0/+4
2013-11-15bridge: Use vlan_vid_[add/del] instead of direct ndo_vlan_rx_[add/kill]_vid c...Toshiaki Makita1-14/+6
2013-11-14core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov2-7/+3
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds428-13910/+35440
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-8/+8
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+4
2013-11-11ipv6: protect for_each_sk_fl_rcu in mem_check with rcu_read_lock_bhHannes Frederic Sowa1-0/+2
2013-11-11vlan: Implement vlan_dev_get_egress_qos_mask as an inline.David S. Miller2-105/+3
2013-11-11netfilter: push reasm skb through instead of original frag skbsJiri Pirko6-137/+11
2013-11-11ip6_output: fragment outgoing reassembled skb properlyJiri Pirko1-1/+2
2013-11-09net_sched: tbf: support of 64bit ratesYang Yingliang1-4/+18
2013-11-09ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcvDuan Jiong1-2/+5
2013-11-09nfnetlink: do not ack malformed messagesJiri Benc1-3/+5
2013-11-08net: Fix "ip rule delete table 256"Andreas Henriksson1-1/+2
2013-11-08ipv6: protect flow label renew against GCFlorent Fourcot1-0/+4
2013-11-08ipv6: increase maximum lifetime of flow labelsFlorent Fourcot1-1/+1
2013-11-08ipv6: enable IPV6_FLOWLABEL_MGR for getsockoptFlorent Fourcot2-0/+54
2013-11-08net: flow_dissector: small optimizations in IPv4 dissectEric Dumazet1-3/+3
2013-11-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville48-1350/+2645
2013-11-08inet: fix a UFO regressionEric Dumazet1-1/+3
2013-11-08net: skbuff - kernel-doc fixesMathias Krause1-5/+5
2013-11-08caif: use pskb_put() instead of reimplementing its functionalityMathias Krause1-11/+1
2013-11-08net: move pskb_put() to core codeMathias Krause2-13/+23
2013-11-08net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend3-6/+15
2013-11-086lowpan: release device on error pathDan Carpenter1-1/+3
2013-11-08net/vlan: Provide read access to the vlan egress mapEyal Perry1-6/+12
2013-11-08tipc: reassembly failures should cause link resetErik Hugne1-1/+1
2013-11-08tipc: message reassembly using fragment chainErik Hugne6-142/+74
2013-11-08tipc: don't reroute message fragmentsErik Hugne2-3/+6
2013-11-08Merge tag 'nfs-for-3.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-81/+234
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+8
2013-11-06ipv6: drop the judgement in rt6_alloc_cow()Duan Jiong1-5/+3
2013-11-06ipv6: fix headroom calculation in udp6_ufo_fragmentHannes Frederic Sowa1-1/+1
2013-11-06ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACEHannes Frederic Sowa5-5/+11