aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-31/+1
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-01-22fuse: fix pipe_buf_operationsMiklos Szeredi1-31/+1
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-4/+4
2014-01-15bpf: do not use reciprocal divideEric Dumazet1-28/+2
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang3-16/+25
2014-01-02netpoll: Fix missing TXQ unlock and and OOPS.David S. Miller1-2/+9
2013-12-31vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller1-1/+1
2013-12-19Merge branch 'master' into for-nextJiri Kosina21-356/+822
2013-12-17net: allow netdev_all_upper_get_next_dev_rcu with rtnl lock heldJohn Fastabend1-1/+1
2013-12-17neigh: Netlink notification for administrative NUD state changeBob Gilligan1-0/+1
2013-12-10net: unix: allow set_peek_off to failSasha Levin1-1/+1
2013-12-09net: drop_monitor: fix the value of maxattrChangli Gao1-1/+0
2013-12-05net: clear local_df when passing skb between namespacesHannes Frederic Sowa1-0/+1
2013-12-05cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo1-4/+4
2013-12-05netprio_cgroup: convert away from cftype->read_map()Tejun Heo1-3/+3
2013-12-02Fix comment typo for alloc_netdev_mqs()Li Zhong1-1/+1
2013-12-01{pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du1-0/+7
2013-11-21gso: handle new frag_list of frags GRO packetsHerbert Xu1-25/+50
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-1/+2
2013-11-20net: core: Always propagate flag changes to interfacesVlad Yasevich1-1/+1
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg1-12/+6
2013-11-19genetlink: pass family to functions using groupsJohannes Berg1-1/+2
2013-11-19drop_monitor/genetlink: use proper genetlink multicast APIsJohannes Berg1-1/+12
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-2/+1
2013-11-15macvlan: disable LRO on lower device instead of macvlanMichal Kubeček1-0/+5
2013-11-14genetlink: make all genl_ops users constJohannes Berg1-1/+1
2013-11-14core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov1-5/+1
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds15-291/+632
2013-11-11netfilter: push reasm skb through instead of original frag skbsJiri Pirko1-3/+0
2013-11-08net: Fix "ip rule delete table 256"Andreas Henriksson1-1/+2
2013-11-08net: flow_dissector: small optimizations in IPv4 dissectEric Dumazet1-3/+3
2013-11-07net: skbuff - kernel-doc fixesMathias Krause1-5/+5
2013-11-07net: move pskb_put() to core codeMathias Krause1-0/+23
2013-11-07net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend2-5/+14
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-6/+8
2013-11-04net: introduce skb_coalesce_rx_frag()Jason Wang1-0/+12
2013-11-04net: checksum: fix warning in skb_checksumDaniel Borkmann1-1/+1
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-14/+19
2013-11-03net: extend net_device allocation to vmalloc()Eric Dumazet2-6/+18
2013-11-03net: skb_checksum: allow custom update/combine for walking skbDaniel Borkmann1-10/+21
2013-11-02net: flow_dissector: fail on evil iph->ihlJason Wang1-1/+1
2013-10-29net, mc: fix the incorrect comments in two mc-related functionsZhi Yong Wu1-2/+2
2013-10-29net, iovec: fix the incorrect comment in memcpy_fromiovecend()Zhi Yong Wu1-1/+1
2013-10-29net, datagram: fix the incorrect comment in zerocopy_sg_from_iovec()Zhi Yong Wu1-1/+1
2013-10-25netpoll: fix rx_hook() interface by passing the skbAntonio Quartulli1-13/+18
2013-10-25net: fix rtnl notification in atomic contextAlexei Starovoitov2-12/+13
2013-10-25net: initialize hashrnd in flow_dissector with net_get_random_onceHannes Frederic Sowa1-13/+21
2013-10-25net: make net_get_random_once irq safeHannes Frederic Sowa1-3/+4
2013-10-25net: add missing dev_put() in __netdev_adjacent_dev_insertNikolay Aleksandrov1-0/+1