summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2014-02-26net: fix 'ip rule' iif/oif device renameMaciej Żenczykowski
2014-02-13fuse: fix pipe_buf_operationsMiklos Szeredi
2014-02-06bpf: do not use reciprocal divideEric Dumazet
2014-01-15netpoll: Fix missing TXQ unlock and and OOPS.David S. Miller
2014-01-15vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller
2014-01-15net: unix: allow set_peek_off to failSasha Levin
2014-01-15net: drop_monitor: fix the value of maxattrChangli Gao
2014-01-15net: clear local_df when passing skb between namespacesHannes Frederic Sowa
2014-01-10asf: Removing compilation errors while ASF is enabled.Sandeep Malik
2013-12-14Merge remote-tracking branch 'linus/master' into mergeScott Wood
2013-12-08{pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du
2013-12-08gso: handle new frag_list of frags GRO packetsHerbert Xu
2013-12-08net: core: Always propagate flag changes to interfacesVlad Yasevich
2013-12-08netfilter: push reasm skb through instead of original frag skbsJiri Pirko
2013-12-08net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-12-08core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov
2013-12-08net: Fix "ip rule delete table 256"Andreas Henriksson
2013-12-02{pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du
2013-11-21gso: handle new frag_list of frags GRO packetsHerbert Xu
2013-11-21net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-11-20net: flow_dissector: fail on evil iph->ihlJason Wang
2013-11-20net: core: Always propagate flag changes to interfacesVlad Yasevich
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg
2013-11-19genetlink: pass family to functions using groupsJohannes Berg
2013-11-19drop_monitor/genetlink: use proper genetlink multicast APIsJohannes Berg
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg
2013-11-15macvlan: disable LRO on lower device instead of macvlanMichal Kubeček
2013-11-14genetlink: make all genl_ops users constJohannes Berg
2013-11-14core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-11-11netfilter: push reasm skb through instead of original frag skbsJiri Pirko
2013-11-08net: Fix "ip rule delete table 256"Andreas Henriksson
2013-11-08net: flow_dissector: small optimizations in IPv4 dissectEric Dumazet
2013-11-08net: skbuff - kernel-doc fixesMathias Krause
2013-11-08net: move pskb_put() to core codeMathias Krause
2013-11-08net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-11-05net: introduce skb_coalesce_rx_frag()Jason Wang
2013-11-04net: checksum: fix warning in skb_checksumDaniel Borkmann
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-11-04net: extend net_device allocation to vmalloc()Eric Dumazet
2013-11-04net: skb_checksum: allow custom update/combine for walking skbDaniel Borkmann
2013-11-03Merge tag 'v3.10' into sdk-kernel-3.10Scott Wood
2013-11-02net: flow_dissector: fail on evil iph->ihlJason Wang
2013-10-29Revert to 3.8 (no rt, no stable)Scott Wood
2013-10-29Revert to v3.8 (no RT, no stable)Scott Wood
2013-10-29net, mc: fix the incorrect comments in two mc-related functionsZhi Yong Wu
2013-10-29net, iovec: fix the incorrect comment in memcpy_fromiovecend()Zhi Yong Wu
2013-10-29net, datagram: fix the incorrect comment in zerocopy_sg_from_iovec()Zhi Yong Wu
2013-10-25netpoll: fix rx_hook() interface by passing the skbAntonio Quartulli