Age | Commit message (Expand) | Author |
2015-03-18 | mac80211: notify channel switch at the end of ieee80211_chswitch_post_beacon() | Luciano Coelho |
2015-03-18 | mac80211: Send EAPOL frames at lowest rate | Jouni Malinen |
2015-03-18 | net: ping: Return EAFNOSUPPORT when appropriate. | Lorenzo Colitti |
2015-03-18 | udp: only allow UFO for packets from SOCK_DGRAM sockets | Michal Kubeček |
2015-03-18 | net: do not use rcu in rtnl_dump_ifinfo() | Eric Dumazet |
2015-03-18 | net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send, recv}msg | Catalin Marinas |
2015-03-18 | net: pktgen: disable xmit_clone on virtual devices | Eric Dumazet |
2015-03-18 | net: reject creation of netdev names with colons | Matthew Thode |
2015-03-18 | sock: sock_dequeue_err_skb() needs hard irq safety | Eric Dumazet |
2015-03-18 | openvswitch: Fix net exit. | Pravin B Shelar |
2015-03-18 | ematch: Fix auto-loading of ematch modules. | Ignacy Gawędzki |
2015-03-18 | ipv4: ip_check_defrag should not assume that skb_network_offset is zero | Alexander Drozdov |
2015-03-18 | ipv4: ip_check_defrag should correctly check return value of skb_copy_bits | Alexander Drozdov |
2015-03-18 | gen_stats.c: Duplicate xstats buffer for later use | Ignacy Gawędzki |
2015-03-18 | rtnetlink: call ->dellink on failure when ->newlink exists | WANG Cong |
2015-03-18 | ipv6: fix ipv6_cow_metrics for non DST_HOST case | Martin KaFai Lau |
2015-03-18 | tcp: make sure skb is not shared before using skb_get() | Eric Dumazet |
2015-03-18 | ipv6: Make __ipv6_select_ident static | Vlad Yasevich |
2015-03-18 | ipv6: Fix fragment id assignment on LE arches. | Vlad Yasevich |
2015-03-18 | rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARY | Daniel Borkmann |
2015-03-18 | pktgen: fix UDP checksum computation | Sabrina Dubroca |
2015-03-18 | ipv6: addrconf: add missing validate_link_af handler | Daniel Borkmann |
2015-03-18 | flowcache: Fix kernel panic in flow_cache_flush_task | Miroslav Urbanek |
2015-03-06 | libceph: fix double __remove_osd() problem | Ilya Dryomov |
2015-03-06 | cipso: don't use IPCB() to locate the CIPSO IP option | Paul Moore |
2015-03-06 | SUNRPC: NULL utsname dereference on NFS umount during namespace cleanup | Trond Myklebust |
2015-03-06 | Bluetooth: Fix reporting invalid RSSI for LE devices | Szymon Janc |
2015-03-06 | Bluetooth: Fix valid Identity Address check | Johan Hedberg |
2015-02-05 | sit: fix some __be16/u16 mismatches | Eric Dumazet |
2015-02-05 | net: remove some sparse warnings | Eric Dumazet |
2015-02-05 | ip6_gre: fix endianness errors in ip6gre_err | Sabrina Dubroca |
2015-02-04 | cls_api.c: Fix dumping of non-existing actions' stats. | Ignacy Gawędzki |
2015-02-04 | pkt_sched: fq: avoid hang when quantum 0 | Kenneth Klette Jonassen |
2015-02-04 | net: rds: use correct size for max unacked packets and bytes | Sasha Levin |
2015-02-03 | ipv6: Select fragment id during UFO segmentation if not set. | Vlad Yasevich |
2015-02-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2015-02-01 | ipv4: tcp: get rid of ugly unicast_sock | Eric Dumazet |
2015-01-30 | net: Fix vlan_get_protocol for stacked vlan | Toshiaki Makita |
2015-01-30 | net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces... | Saran Maruti Ramanara |
2015-01-30 | netlink: fix wrong subscription bitmask to group mapping in | Pablo Neira |
2015-01-30 | netfilter: nf_tables: fix leaks in error path of nf_tables_newchain() | Pablo Neira Ayuso |
2015-01-30 | ipvs: rerouting to local clients is not needed anymore | Julian Anastasov |
2015-01-29 | ipv4: Don't increase PMTU with Datagram Too Big message. | Li Wei |
2015-01-29 | caif: remove wrong dev_net_set() call | Nicolas Dichtel |
2015-01-28 | tcp: ipv4: initialize unicast_sock sk_pacing_rate | Eric Dumazet |
2015-01-28 | bridge: dont send notification when skb->len == 0 in rtnl_bridge_notify | Roopa Prabhu |
2015-01-28 | tcp: fix timing issue in CUBIC slope calculation | Neal Cardwell |
2015-01-28 | tcp: fix stretch ACK bugs in CUBIC | Neal Cardwell |
2015-01-28 | tcp: fix stretch ACK bugs in Reno | Neal Cardwell |
2015-01-28 | tcp: fix the timid additive increase on stretch ACKs | Neal Cardwell |