aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-01-17ipv6: simplify detection of first operational link-local address on interfaceHannes Frederic Sowa
2014-01-13sched, net: Fixup busy_loop_us_clock()Peter Zijlstra
2014-01-02sctp: Remove outqueue empty stateVlad Yasevich
2014-01-01net: llc: fix order of evaluation in llc_conn_ac_inc_vr_by_1Daniel Borkmann
2013-12-10sctp: properly latch and use autoclose value from sock to associationNeil Horman
2013-12-05tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling.Eric W. Biederman
2013-12-05xen-netback: fix fragment detection in checksum setupPaul Durrant
2013-11-28sctp: Restore 'resent' bit to avoid retransmitted chunks for RTT measurementsXufeng Zhang
2013-11-23inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa
2013-11-21genetlink: fix genl_set_err() group IDJohannes Berg
2013-11-21genetlink: fix genlmsg_multicast() bugJohannes Berg
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg
2013-11-19genetlink: pass family to functions using groupsJohannes Berg
2013-11-19genetlink: add and use genl_set_err()Johannes Berg
2013-11-19genetlink: remove family pointer from genl_multicast_groupJohannes Berg
2013-11-19genetlink: remove genl_unregister_mc_group()Johannes Berg
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg
2013-11-15genetlink: unify registration functionsJohannes Berg
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-11-14genetlink: make genl_ops flags a u8 and move to endJohannes Berg
2013-11-14genetlink: allow making ops constJohannes Berg
2013-11-14genetlink: register family ops as arrayJohannes Berg
2013-11-14genetlink: remove genl_register_ops/genl_unregister_opsJohannes Berg
2013-11-11netfilter: push reasm skb through instead of original frag skbsJiri Pirko
2013-11-08ipv6: enable IPV6_FLOWLABEL_MGR for getsockoptFlorent Fourcot
2013-11-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-11-07net: move pskb_put() to core codeMathias Krause
2013-11-07udp: Remove unnecessary semicolon from do{}while (0) macroJoe Perches
2013-11-05ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACEHannes Frederic Sowa
2013-11-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2013-11-05Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-11-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2013-11-04net: codel: Avoid undefined behavior from signed overflowJesper Dangaard Brouer
2013-11-04tcp: properly handle stretch acks in slow startYuchung Cheng
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2013-11-04net: checksum: fix warning in skb_checksumDaniel Borkmann
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-11-03net: sctp: fix and consolidate SCTP checksumming codeDaniel Borkmann
2013-11-03net: skb_checksum: allow custom update/combine for walking skbDaniel Borkmann
2013-11-03netfilter: introduce nf_conn_acct structureHolger Eitzenberger
2013-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-10-29vxlan: Have the NIC drivers do less work for offloadsJoseph Gasparakis
2013-10-29net: esp{4,6}: get rid of struct esp_dataMathias Krause
2013-10-29net: esp{4,6}: remove padlen from struct esp_dataMathias Krause
2013-10-28ipv6: Remove privacy config option.David S. Miller
2013-10-28mac80211: add ieee80211_tx_prepare_skb() helper functionFelix Fietkau
2013-10-28cfg80211: export reg_initiator_name()Luis R. Rodriguez