aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2014-02-13fuse: fix pipe_buf_operationsMiklos Szeredi
2014-01-15bpf: do not use reciprocal divideEric Dumazet
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang
2014-01-02netpoll: Fix missing TXQ unlock and and OOPS.David S. Miller
2013-12-31vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller
2013-12-17net: allow netdev_all_upper_get_next_dev_rcu with rtnl lock heldJohn Fastabend
2013-12-17neigh: Netlink notification for administrative NUD state changeBob Gilligan
2013-12-10net: unix: allow set_peek_off to failSasha Levin
2013-12-09net: drop_monitor: fix the value of maxattrChangli Gao
2013-12-05net: clear local_df when passing skb between namespacesHannes Frederic Sowa
2013-12-01{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-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
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-07net: skbuff - kernel-doc fixesMathias Krause
2013-11-07net: move pskb_put() to core codeMathias Krause
2013-11-07net: 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-04net: 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-03net: extend net_device allocation to vmalloc()Eric Dumazet
2013-11-03net: skb_checksum: allow custom update/combine for walking skbDaniel Borkmann
2013-11-02net: flow_dissector: fail on evil iph->ihlJason Wang
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
2013-10-25net: fix rtnl notification in atomic contextAlexei Starovoitov
2013-10-25net: initialize hashrnd in flow_dissector with net_get_random_onceHannes Frederic Sowa
2013-10-25net: make net_get_random_once irq safeHannes Frederic Sowa
2013-10-25net: add missing dev_put() in __netdev_adjacent_dev_insertNikolay Aleksandrov
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-23net: always inline net_secret_initHannes Frederic Sowa
2013-10-22net: remove function sk_reset_txq()ZHAO Gang
2013-10-21ipv6: sit: add GSO/TSO supportEric Dumazet
2013-10-19net: switch net_secret key generation to net_get_random_onceHannes Frederic Sowa
2013-10-19net: introduce new macro net_get_random_onceHannes Frederic Sowa
2013-10-19ipip: add GSO/TSO supportEric Dumazet